home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Rechen3.dfm
/
Rechen3.txt
Wrap
Text File
|
1998-12-11
|
3KB
|
160 lines
object Form1: TForm1
Left = 251
Top = 115
Width = 469
Height = 300
Caption = 'Rechenarten III'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 6
Top = 72
Width = 80
Height = 80
Alignment = taCenter
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 167
Top = 72
Width = 80
Height = 80
Alignment = taCenter
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 51
Top = 23
Width = 350
Height = 30
Alignment = taCenter
AutoSize = False
Caption = 'Klick Dir zwei Zahlen!'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -23
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
OnClick = Label3Click
end
object Label4: TLabel
Left = 328
Top = 72
Width = 130
Height = 80
Alignment = taCenter
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 46
Top = 168
Width = 81
Height = 75
Caption = '+'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 141
Top = 168
Width = 81
Height = 75
Caption = '-'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 236
Top = 168
Width = 81
Height = 75
Caption = '*'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 331
Top = 168
Width = 81
Height = 75
Caption = '/'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button4Click
end
object Panel1: TPanel
Left = 96
Top = 80
Width = 60
Height = 60
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object Panel2: TPanel
Left = 256
Top = 80
Width = 60
Height = 60
Caption = '='
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -60
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 5
end
end